static if(!(is(Element == byte)))
static if(!(is(Element == ubyte)))
static if(!(is(Element == short)))
static if(!(is(Element == ushort)))
static if(!(is(Element == int)))
static if(!(is(Element == uint)))
static if(!(is(Element == float)))
static if(!(is(Element == double)))
static if(is(Element == long))